WifiConfig
class WifiConfig(val wifi: WifiInfo? = null, val passphrase: ByteString? = null, val volatileMemory: Boolean? = null, val anyChannel: Boolean? = null, unknownFields: ByteString = ByteString.EMPTY) : Message<WifiConfig, Nothing>
Requests Wi-Fi provisioning configuration for SET_CONFIG request.
Properties
Link copied to clipboard
Link copied to clipboard
When this flag is set to true, the WifiInfo parameters other than SSID should be ignored.
Link copied to clipboard
Default: empty string
Link copied to clipboard
Link copied to clipboard
Should the Wi-Fi config be kept only in RAM and be removed after device reboot. Default: false